home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_21_aboutthiscdrom_over.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  180 b   |  10 lines

  1. on mouseUp me
  2.   textBuff = the member of sprite 14
  3.   go("about")
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("aboutthiscdrom")
  8.   cursor(-1)
  9. end
  10.